home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / GETFSINF.DOC < prev    next >
Text File  |  1993-04-19  |  2KB  |  41 lines

  1.  
  2.                         Get File Server Information
  3.  
  4.     This function returns information about a server to which a client
  5.     has a service connection; The client need not be logged in.
  6.  
  7.     Function 23 (17h)
  8.   
  9.     Request Buffer
  10.  
  11.         Offset  Request Packet Contents         Bytes   Remarks
  12.         ------  ---------------------------     -----   -------
  13.         0       Sub-function Structure Len      2       Length
  14.         2       17 (11h)                        1
  15.  
  16.     Reply Buffer
  17.  
  18.         Offset  Reply Packet Contents           Bytes   Remarks
  19.         ------  ---------------------------     -----   -------
  20.         0       Server Name                     48
  21.         48      File Service Version            1       Major NetWare Version
  22.         49      File Service Sub Version        1       Minor NetWare Version
  23.         50      Maximum Service Connections     2
  24.         52      Connections In Use              2
  25.         54      Number Mounted Volumes          2       Max Supported Volumes
  26.         56      Revision                        1       NetWare Revision
  27.         57      SFT Level                       1
  28.         58      TTS Level                       1
  29.         59      Max Connections Ever Used       2
  30.         61      Account Version                 1       Accounting Version
  31.         62      VAP Version                     1
  32.         63      Queue Version                   1       QMS Version
  33.         64      Print Version                   1       Print Server Version
  34.         65      Virtual Console Version         1
  35.         66      Restriction Level               1       Security Restrict
  36.                                                         Version
  37.         67      Internet Bridge                 1       Internet Bridge
  38.                                                         Support Version
  39.         68      Reserved                        60
  40.                 
  41.